home *** CD-ROM | disk | FTP | other *** search
- # Please read the oftd(8) man page for a more detailed explaination of these
- # variables.
- #
- # FTPUSER (user-name in the man page):
- # Set this variable to the user to run the ftp daemon as
- FTPUSER=ftp
-
- # FTPROOT (root-directory in the man page):
- # The server uses chroot(2) to change the root directory of the server to this
- # directory. When a user connects, this is the directory that they will start
- # in, and is the top of their directory tree.
- #
- FTPROOT=/home/ftp
-